home *** CD-ROM | disk | FTP | other *** search
/ Precision Software Appli…tions Silver Collection 1 / Precision Software Applications Silver Collection Volume One (PSM) (1993).iso / tutor / c1tutor.exe / WRTSOME.C < prev   
C/C++ Source or Header  |  1987-07-04  |  63b  |  5 lines

  1. main()
  2. {
  3.    printf("This is a line of text to output.");
  4. }
  5.